home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d7
/
ezdial11.arc
/
BYE.SLT
< prev
next >
Wrap
Text File
|
1988-07-12
|
161b
|
13 lines
//
//
str bye[] = "hangup^M";
main()
{
cputs("^M");
clear_scr();
prints("Hanging up at this time!!! Press ALT-X to exit Telix");
cputs(bye);
}